home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-02 / twi12.zip / PRINTDOC.BAT < prev    next >
DOS Batch File  |  1992-09-29  |  257b  |  12 lines

  1. @echo off
  2. CLS
  3. echo This batch will print the documentation to the:
  4. echo .
  5. echo    Text Windowing Interface (TWI) version 1.2
  6. echo .
  7. echo .
  8. echo Press the control and break button to abort the printing of the
  9. echo documentation.
  10. pause
  11. print *.doc
  12.